National Repository of Grey Literature 6 records found  Search took 0.01 seconds. 
Software library for robotic cell
Krištof, Martin ; Jaššo, Kamil (referee) ; Polsterová, Helena (advisor)
This thesis deals with the design of a software library for PLC Siemens S7-1200 usable in programming of robotic cell. The theoretical part explains the principle of PLC programming and the configuration of an industrial robot. The practical part presents the design of the software library and then the individual blocks of the library are described. The library contains blocks for PLC and is also supplemented by blocks for HMI. Using the proposed library reduces the time required for programming. The software library allows the creation of a unified structure of control programs within the company. The result of the diploma thesis is a tested software library usable in the field.
A Library for Convolutional Neural Network Design
Rek, Petr ; Mrázek, Vojtěch (referee) ; Sekanina, Lukáš (advisor)
In this diploma thesis, the reader is introduced to artificial neural networks and convolutional neural networks. Based on that, the design and implementation of a new library for convolutional neural networks is described. The library is then evaluated on widely used datasets and compared to other publicly available libraries. The added benefit of the library, that makes it unique, is its independence on data types. Each layer may contain up to three independent data types - for weights, for inference and for training. For the purpose of evaluating this feature, a data type with fixed point representation is also part of the library. The effects of this representation on trained net accuracy are put to a test.
Software library for robotic cell
Krištof, Martin ; Jaššo, Kamil (referee) ; Polsterová, Helena (advisor)
This thesis deals with the design of a software library for PLC Siemens S7-1200 usable in programming of robotic cell. The theoretical part explains the principle of PLC programming and the configuration of an industrial robot. The practical part presents the design of the software library and then the individual blocks of the library are described. The library contains blocks for PLC and is also supplemented by blocks for HMI. Using the proposed library reduces the time required for programming. The software library allows the creation of a unified structure of control programs within the company. The result of the diploma thesis is a tested software library usable in the field.
A Library for Convolutional Neural Network Design
Rek, Petr ; Mrázek, Vojtěch (referee) ; Sekanina, Lukáš (advisor)
In this diploma thesis, the reader is introduced to artificial neural networks and convolutional neural networks. Based on that, the design and implementation of a new library for convolutional neural networks is described. The library is then evaluated on widely used datasets and compared to other publicly available libraries. The added benefit of the library, that makes it unique, is its independence on data types. Each layer may contain up to three independent data types - for weights, for inference and for training. For the purpose of evaluating this feature, a data type with fixed point representation is also part of the library. The effects of this representation on trained net accuracy are put to a test.
Design and implementation of vehicle routing problem software library
Drobný, Michal ; Gála, Libor (advisor) ; Melechovský, Jan (referee)
Various types of transportation issues are a common practice. The issue may be approached mainly as the distribution of products from suppliers to consumers while minimising distribution costs. The difference of real transportation issues predominantly relates to the considered restrictions, such as capacities of vehicles and orders, time windows and other special distribution restrictions. There are some specialized commercial products for optimizing distribution costs presented on the market. These are often part of larger frameworks, which also provides other services such as vehicle tracking, warehouse location, ride statements etc. These products provide cloud services fully customized according to the customer. This work aims to design and construct an open source software library for solving vehicle routing problem, which will be able to reflect requirements of simplicity, scalability and portability. The constructed library can serve not only as an open source solution for vehicle routing problems, but also as a tool for testing new methods studied on university premises. The work is divided into several parts. In the first part we define the goals of this work, we define the vehicle routing problem and we describe the principles of the solution. In the next section, we propose the structure of the software, we discuss the choice of aids and document a design phase. The last part deals with the implementation phase, validation phase and real use of the software.
Introduction to Feature Selection Toolbox 3 – The C++ Library for Subset Search, Data Modeling and Classification
Somol, Petr ; Vácha, Pavel ; Mikeš, Stanislav ; Hora, Jan ; Pudil, Pavel ; Žid, Pavel
We introduce a new standalone widely applicable software library for feature selection (also known as attribute or variable selection), capable of reducing problem dimensionality to maximize the accuracy of data models, performance of automatic decision rules as well as to reduce data acquisition cost. The library can be exploited by users in research as well as in industry. Less experienced users can experiment with different provided methods and their application to real-life problems, experts can implement their own criteria or search schemes taking advantage of the toolbox framework. In this paper we first provide a concise survey of a variety of existing feature selection approaches. Then we focus on a selected group of methods of good general performance as well as on tools surpassing the limits of existing libraries. We build a feature selection framework around them and design an object-based generic software library. We describe the key design points and properties of the library.

Interested in being notified about new results for this query?
Subscribe to the RSS feed.